/* public css */
.pic-box{
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.pic-box img{
	width: 100%;
	height:auto;
}

.box-width{
	width: 95%;
	margin:0 auto
}

.left,.right{
	width: 100%;
}

.contain-wrapper{
	width:100%;
	overflow: hidden;
	position: relative;
	z-index: 20;
	background: #fff;
}
.contain-box{
	width:100%;
	padding: 20rem 0;
	position: relative;
	background: #fff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.main-box{
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.more a{
	display: block;
	width: 100%;
	text-align: center;
}
.contain-title{
	text-align: center;
	padding-top: 15rem;
	position: relative;
}
.contain-title .en{
	position: absolute;
	top: 0;
	font-size: 35rem;
	left: 0;
	right: 0;
	margin: auto;
	color: transparent;
	-webkit-background-clip: text;
	background-image: linear-gradient(0deg,transparent 30%,#5b5b5b5e 80%);
	font-weight:bold;
	z-index: 10;
}
.contain-title .cn{
	font-size: 22rem;
	font-weight: bold;
	z-index: 30;
	position: relative;
}
.contain-title .subtit{
	font-size: 12rem;
	margin-top: 5rem;
	padding: 0 5rem;
}
@keyframes opcshow {
	from{opacity: 0;}
	to{opacity: 1;}
}
.breadcump{width: 95%;margin: 0rem auto;padding: 10rem;font-size: 10rem;}

.breadcump span {}
.breadcump *{
    font-size: 10rem!important;
}
/* public css end */
/* header css */
header{
	width: 100%;
	position: relative;
	top:0;
	background: none;
	z-index: 99;
	background: #ffffff61;
	height: 5%;
}
header .head{
	display: flex;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
	width: 1600rem;
	margin: 0 auto;
	align-items: center;
	display: none;
}
header .head .logopic{
	height: 100%;
	padding: 12rem 0;
}
header .head .logopic img{
	height:100%;
	width:auto;
}
header .head .topnav{
	width: 50%;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
header .head .topnav>li{
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 18rem;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .head .topnav a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18rem;
}
header .head .topnav>li:hover{
	transition: 0.3s linear;
	color: #ff7019;
	border-bottom: 4rem #ff7019 solid;
}
header .head .topnav>li .subnav{
	display: none;
}
header .head .contact-box{
	display: flex;
	width: 360rem;
	align-items: center;
	justify-content: space-around;
}
header .head .contact-box .pic-box{
	width: 70rem;
}
header .head .contact-box p{
	font-size: 40rem;
	color: #fff;
}
/* header css end */
.banner{
	width: 100%;
	height: 92%;
	overflow: hidden;
}
.banner .pic-box{
	height:100%;
	width:100%
}
.banner .banner2box{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.banner .banner2box .circle{
	position:absolute;
	width: 95%;
	height:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	animation:animtrans 32s linear infinite
}

@keyframes animtrans {
	from{
		transform: rotateZ(360deg);
	}
	to{
		transform: rotateZ(0deg);
	}
}
.banner .banner2box .biglogo{
	width: 1000rem;
}
.bannerscroll{
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items:center;
	overflow: hidden;
	/* background-image: url(../images/bannerbg.jpg); */
	background-position: center;
	background-size: cover;
}
.bannerscroll .textbox{
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, #003738b8, transparent),linear-gradient(45deg, #00000000, transparent);
	position: relative;
}
.bannerscroll .textbox img{
	width: 90%;
	position:absolute;
	top: 0;
	bottom: 0;
	height: auto;
	margin: auto;
}
.bannerscroll .textbox img:nth-child(1){
	z-index:11
}
.bannerscroll .pic-box{
	position:absolute;
	display:flex;
	width: auto;
	height: 100%;
	justify-content: flex-start;
	left: 0;
}
.bannerscroll .pic-box img{
	height: 100%;
	width:auto;
	position: relative;
	left: 0;
	top:0;
	border: none;
	margin-right: -1rem;
}
.swiper-slide-active .bannerscroll .pic-box{
	transform: translateX(-6000rem);
	transition: 50s linear;
}
/* serbox css */
.serbox{
	background-image: url(../images/probg2.jpg);
	padding: 40rem 0;
	background-size: 100%;
}
.serbox:before{
	/* background: radial-gradient(#00000061, #2f2f2f00); */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
}
.serbox .contain-title{
	color:#fff;
}
.serbox .contain-title .en{
	background-image: linear-gradient(0deg,transparent 30%,#ffffff8a 80%);
}
.serbox .main-box{
}
.sershow{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 15rem;
	flex-wrap: wrap;
}
.sershow .showbox{
	width: 100%;
	height: auto;
	border: 3rem #ffffff59 solid;
	padding: 15rem;
	color: #fff;
	position: relative;
	transition: 0.5s ease;
	padding-bottom: 50rem;
	margin-bottom: 25rem;
}
.sershow .showbox.active{
	width: 100%;
	border: 3rem #ffffff00 solid;
	background: #003738b8;
}
.sershow .showbox .titgroup b{
	font-size: 30rem;
	color: #ffffff54;
}
.sershow .showbox .titgroup .tit{
	font-size: 18rem;
	font-weight: bold;
	margin-top: 10rem;
}
.sershow .showbox .titgroup .intro{
	font-size: 12rem;
	line-height: 20rem;
	margin-top: 15rem;
	display: block;
	animation: opcshow 0.5s 0.5s ease forwards;
	opacity: 0;
}
.sershow .showbox.active .titgroup .intro{
	display: block;
}
.sershow .showbox .itembox{
	display: flex;
	opacity:0;
	animation:opcshow 0.5s 0.5s ease forwards;
}
.sershow .showbox.active .itembox{
	display:flex
}
.sershow .showbox .itembox .itemshow{
	width: 24%;
	margin-right: 1%;
	margin-top: 20rem;
}
.sershow .showbox .itembox .itemshow .pic-box{
	filter: grayscale(0) brightness(200);
	width: auto;
	height: 30rem;
	margin: 10rem auto;
}
.sershow .showbox .itembox .itemshow .pic-box img{
	height:100%;
	width:auto;
}
.sershow .showbox .itembox .itemshow p{
	font-size: 9rem;
	white-space: nowrap;
	text-align: center;
}
.sershow .showbox .entit{
	position: absolute;
	width: 90%;
	bottom: 10rem;
	height: auto;
	left: 20rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.sershow .showbox.active .entit span{
	display:block;
	width:50%;
	font-size: 8rem;
}
.sershow .showbox .entit span{
	width: 50%;
	word-break: normal;
	font-size: 8rem;
}
.sershow .showbox .entit .more{
	border: 1rem #fff solid;
	display: block;
	justify-content: center;
	align-items: center;
	line-height: 20rem;
	width: 80rem;
	color: #fff;
	transition: background 0.5s ease;
	animation:opcshow 0.5s 0.5s forwards;
	font-size: 10rem;
	opacity: 0;
}
.sershow .showbox.active .entit .more{
	display: block;
}
.sershow .showbox .entit .more:hover{
	background: #fff;
	color: #333;
}
/* solutbox css */
.solutshow{
	display: flex;
	justify-content: space-between;
	height: auto;
	margin-top: 20rem;
	width: 100%;
	overflow: hidden;
	flex-wrap: wrap;
}
.solutshow .swiper-wrapper{
	transition-delay:0s;
}
.solutitem{
	width: 100%;
	overflow: hidden;
	height: 100%;
	color:#fff;
	border-radius: 20rem;
}
.solutitem .swiper-slide{
	height: 100%;
	/* background: #000; */
	transition: width 0.5s ease;
	border-radius: 20rem;
}
.solutitem .swiper-slide.swiper-slide-thumb-active{
}
.solutitem .showbox{
	width: 80%;
	padding: 20rem;
	color: #fff;
	position: relative;
	height: 100%;
	border-radius: 15rem;
	background: #65b109;
	overflow: hidden;
}
.solutitem .colorbg{
	background: linear-gradient(45deg, #000000bd 40%, transparent 80%);
}
.solutitem .showbox .textbox{
	opacity: 0.7;
	position: relative;
	z-index: 30;
	text-shadow: 1rem 1rem 2rem BLACK;
	padding-bottom: 60rem;
}
.solutitem .swiper-slide.swiper-slide-active .showbox .textbox{
	opacity:1;
}
.solutitem .showbox .tit{
	font-size: 18rem;
	font-weight: bold;
	margin-bottom: 10rem;
	border-bottom: 1rem #fff solid;
	padding-bottom: 10rem;
	width: 80%;
}
.solutitem .showbox .intro{
	font-size: 11rem;
	line-height: 23rem;
}
.solutitem .showbox .intro strong{
	font-weight:bold;
	font-size:larger;
}
.solutitem .showbox .bg{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 100%;
	overflow: hidden;
}
.solutitem .showbox .bg .pic-box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
}
.solutitem .showbox .bg .pic-box img{height: 100%;width: auto;}
.solutitem .swiper-slide.swiper-slide-active .showbox .bg .pic-box img{
	transition:2s 0.5s ease;
	transform:scale(1.6);
}
.solutitem .showbox .bg .colorbg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0.8;
}
.solutitem .showbox .more{
	padding: 5rem 0;
	width: 75%;
	border-top: 1rem #eeeeee38 solid;
	display: flex;
	position: absolute;
	bottom: 10rem;
	left: -5%;
	right: 0;
	margin: auto;
	justify-content: flex-end;
	z-index: 20;
}
.solutitem .showbox .more:before{
	width:0%;
	position:absolute;
	height: 1rem;
	background: #fff;
	content:'';
	top: 0;
	left:0;
}
.solutitem .swiper-slide.swiper-slide-thumb-active .showbox .more:before{
	width:100%;
	transition:2s 0.5s ease;
}
.solutitem .showbox .more a{
	font-size: 11rem;
	width: 40%;
	transform: skewX(344deg);
	letter-spacing: 2rem;
}
.solutitem .showbox .more a:hover{
	transform:translateX(10rem);
	transition:0.5s ease;
}
.solutscreen{
	overflow: hidden!important;
	width: 100%;
	position: relative;
	left: -37rem;
	z-index: 30;
	--swiper-navigation-color: #ffffff;
	--swiper-navigation-size: 40rem;
	display: none;
}
.solutscreen .swithbtn{
	position:absolute;
	bottom:0;
	left:0;
	background: #ff6301;
	width: 160rem;
	height: 80rem;
	z-index: 20;
}
.solutscreen .swithbtn>div{
	width:50%;
	height:100%;
	top: 0;
	bottom: 0;
	margin: auto;
	transition:0.5s ease;
}
.solutscreen .swithbtn>div:hover{
	background: #ff4f05;
}
.solutscreen .swithbtn .swiper-button-next{
	right:0%
}
.solutscreen .swithbtn .swiper-button-prev{
	left:0%
}
.solutscreen .showbox{
	width: 100%;
	height: 100%;
	border-radius: 30rem;
	overflow: hidden;
	border: 2rem #ababab solid;
	position: relative;
}
.solutscreen .showbox .pic-box{
	height: 100%;
	width: 100%;
}
.solutscreen .showbox .pic-box img{
	height: 100%;
	width: auto;
	transition:0.5s ease;
}
.solutscreen .showbox:hover .pic-box img{
	transform:scale(1.2);
}
.solutscreen .showbox .textbox{
	position:absolute;
	bottom:0;
	background: #0000009c;
	padding:15rem 30rem;
	right:0;
	font-size:20rem;
	color:#fff;
	font-weight:bold;
	z-index: 10;
}
/* casebox */
.casebox{
	/* padding:0; */
}
.casebox .main-box{
	width:100%;
}
.caseshow{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-top: 10rem;
}
.caseshow .showbox{
	width: 48%;
	height: auto;
	position: relative;
	margin: 0.5%;
}
.caseshow .showbox:nth-last-child(1){
	display:none;
}
.caseshow .showbox .pic-box{
	width: 100%;
	transition: 0.5s ease;
	height: 150rem;
}
.caseshow .showbox .pic-box img{
	height: 100%;
	width: auto;
}
.caseshow .showbox:hover .pic-box img{
	transform: scale(1.2);
}
.caseshow .showbox .textbox{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0000007d;
	color: #fff;
	display: flex;
	justify-content: center;
	opacity: 0;
	align-items: center;
	flex-direction: column;
	top: 0;
	left: 0;
	transition:0.5s ease;
}
.caseshow:hover .showbox .textbox{
	background:#0000007d;
	opacity:1;
}
.caseshow .showbox .textbox>div{
	opacity:0;
}
.caseshow .showbox:hover .textbox>div{
	opacity:1;
}
.caseshow .showbox:hover .textbox{
	background: #ff7019ab;
	opacity: 1;
}
.caseshow .showbox .textbox .tit{
	font-size: 17rem;
}
.caseshow .showbox .textbox .line{
	width: 100rem;
	height: 1rem;
	background: #fff;
	margin: 5rem 0;
}
.caseshow .showbox .textbox .intro{
	font-size: 22rem;
	font-weight: bold;
}
.caseshow .showbox .textbox .more{
	border: 1rem #fff solid;
	transition: 0.5s ease;
	transform: rotate(0) scale(1.5);
	margin-top: 15rem;
	width: 20rem;
	height: 20rem;
	text-align: center;
	line-height: 20rem;
	font-size: 14rem;
}
.caseshow .showbox:hover .textbox .more{
	transform: rotate(360deg) scale(1);
}
/* process css */
.process{
	background-image:url(../images/processbg.jpg)
}
.process:before{
	position:absolute;
	width:100%;
	height:100%;
	background: radial-gradient(#00000096 40%, transparent);
	content:'';
	top:0;
	left:0;
}
.process .contain-title{
	text-align:left;
	color:#fff;
}
.process .contain-title .en{
	background-image: linear-gradient(0deg,transparent 30%,#ffffff5e 80%);
}
.cessshow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.cessshow .left{
	padding: 10rem;
	width: 100%;
}
.cessshow .right{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cessshow .left .textbox{
	margin-top: 10rem;
	color: #fff;
	line-height: 20rem;
}
.cessshow .p1{
	font-size: 14rem;
	letter-spacing: 0;
}
.cessshow .more{
	width: 80rem;
	line-height: 20rem;
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
	font-size: 11rem;
	color:#fff;
	margin-top: 25rem;
	border-radius: 5rem;
}
.cessshow .showbox{
	height: auto;
	width: 48%;
	position: relative;
	color: #fff;
	box-shadow: 5rem 8rem 25rem #ffffff8a;
	transition:0.5s ease;
	border-radius: 10rem;
	margin: 10rem 0;
}
.cessshow .showbox:hover{
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
}
.cessshow .showbox:hover .bigicon{
	transform:scale(1.3) translateX(-20rem,-10rem);
}
.cessshow .showbox .textbox>div{
	position: relative;
	z-index: 5;
}
.cessshow .showbox .textbox{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 10rem;
}
.cessshow .showbox:nth-child(2),
.cessshow .showbox:nth-child(3){
}
.cessshow .showbox .txticon{
	width: 35rem;
	margin-bottom: 10rem;
}
.cessshow .showbox .tit{
	font-size: 17rem;
}
.cessshow .showbox .tit span{
	display:inline-block;
	transform:skewX(-20deg);
	margin-right:10rem
}
.cessshow .showbox .intro{
	font-size: 13rem;
	margin-top: 10rem;
}
.cessshow .showbox .textbox .bigicon{
	position: absolute;
	width: 70rem;
	opacity: 0.3;
	bottom: -20rem;
	right: -20rem;
}
.cessshow .showbox:hover .bigicon{
	transform: scale(1.2) translate(-20rem,-15rem);
}
/* ohterser css */
.othershow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10rem;
}
.othershow .showbox{
	width: 32%;
	display:flex;
	justify-content: flex-start;
	padding: 10rem 5rem;
	align-items: center;
	margin: 15rem 0;
	border-radius: 5rem;
	border-top-left-radius: 20rem;
	border-bottom-right-radius: 20rem;
	background: #fff!important;
	color: #000;
	box-shadow: 3rem 0 8rem #7a7a7ab0;
	flex-direction: column;
}
.othershow .showbox:hover{
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
}
.othershow .showbox:hover .textbox{
	color:#fff
}
.othershow .showbox .pic-box{
	width: 60rem;
	height: 60rem;
	padding: 10rem;
	transition:transform 0.5s ease;
	background: linear-gradient(45deg, #f79252, #ff6301)!important;
	clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%);
	border:3rem #fff solid;
	border-radius: 50%;
}
.othershow .showbox .pic-box img{
	filter:brightness(200);
}
.othershow .showbox .textbox{
	width: 100%;
	transition: none;
	text-align: center;
}
.othershow .showbox:hover .pic-box{
	transform:perspective(1000rem) rotateY(360deg);
}
.othershow .showbox .textbox .tit{
	font-size: 16rem;
	margin-bottom: 5rem;
}
.othershow .showbox .textbox .intro{
	font-size: 12rem;
}
.othershow .showbox:nth-child(1){
	background: linear-gradient(45deg, #f79252, #ff6301);
}
.othershow .showbox:nth-child(2){
	background: linear-gradient(45deg, #dbcd21, #f7c501);
}
.othershow .showbox:nth-child(3){
	background: linear-gradient(45deg, #91c51f, #34d80f);
}
.othershow .showbox:nth-child(4){
	background:linear-gradient(45deg, #24c93f, #05bf23);
}
.othershow .showbox:nth-child(5){
	background:linear-gradient(45deg, #24b8c9, #01bacf);
}
.othershow .showbox:nth-child(6){
	background:linear-gradient(45deg, #245dc9, #0138a2);
}
.othershow .showbox:nth-child(7){
	background:linear-gradient(45deg, #8a24c9, #62019d);
}
.othershow .showbox:nth-child(8){
	background:linear-gradient(45deg, #c924ad, #9d0182);
}
.othershow .showbox:nth-child(9){
	background:linear-gradient(45deg, #c9243f, #a1011b);
}
/* abusbox css */
.abusbox{
	padding: 60rem 0;
	background-image: url(../images/serverbg.jpg);
	background-attachment: fixed;
	background-position: 70%;
}
.abusbox:before{
	background: #00000061;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:''
}
.abusbox .tit{
	font-size: 45rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 50rem;
}
.abusbox .tit .en{
	background-image: linear-gradient(0deg,transparent 30%,#ffffff5e 80%);
	color: transparent;
}
.abusbox .numbox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.abusbox .numbox .showbox{
	width: 48%;
	text-align: center;
	margin: 10rem 0;
}
.abusbox .numbox .showbox .top{
	display: flex;
	justify-content:center;
	align-items: flex-start;
	color: #ff6301;
}
.abusbox .numbox .showbox .top b{
	font-size: 40rem;
	width: max-content;
	background-image: linear-gradient(0deg, #f8bc97, #ff4e00);
	-webkit-background-clip: text;
	color: transparent;
}
.abusbox .numbox .showbox .top span{
	font-size: 16rem;
}
.abusbox .numbox .showbox .line{
	width: 100rem;
	height: 2rem;
	background: #fff;
	margin: 5rem auto 5rem;
}
.abusbox .numbox .showbox .bottom{
	font-size: 16rem;
	color: #fff;
}
/* newsbox css */
.newsshow{
	display: flex;
	flex-wrap: wrap;
}
.newsshow .toubox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	display: none;
}
.newsshow .toubox .pic-box{
	width: 50%;
	border-radius: 30rem;
}
.newsshow .toubox .textbox{
	width: 50%;
	padding: 40rem;
}
.newsshow .toubox .tit{
	font-size:25rem;
	font-weight: bold;
}
.newsshow .toubox .date{
	display: flex;
	align-items: center;
	font-size: 16rem;
	margin: 15rem 0;
}
.newsshow .toubox .date span{
	display: block;
	width: 60rem;
	height: 4rem;
	margin-right: 20rem;
	background: #ff7019;
}
.newsshow .toubox .intro{
	font-size: 20rem;
	line-height: 35rem;
}
.newsshow .toubox .more{
	font-size: 18rem;
	margin-top: 100rem;
	width:150rem;
	line-height: 30rem;
	float: right;
}
.newsshow .showbox{
	padding: 10rem;
	background-color: #f6f6f6;
	width: 48%;
	margin: 15rem 1.333% 0% 0;
	position:relative;
	overflow:hidden;
	border-radius: 10rem;
}
.newsshow .showbox .tit{
	font-size: 13rem;
	font-weight: bold;
	padding-bottom: 5rem;
	margin-bottom: 10rem;
	border-bottom: 2rem #ccc solid;
	position:relative;
	transition:none;
}
.newsshow .showbox .tit b{
	display:block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:5rem;
}
.newsshow .showbox .tit span{
	opacity:0.7;
	font-weight:normal;
	font-size: 12rem;
}
.newsshow .showbox .date{
	font-size: 12rem;
	display: flex;
	align-items: center;
	justify-content:space-between;
	position:relative;
	transition:none;
}
.newsshow .showbox:before{
	position:absolute;
	top:0;
	left:-100%;
	background:#ff7019;
	content:'';
	width:100%;
	height:100%;
	transition:0.5s ease;
}
.newsshow .showbox:hover .tit{
	color:#fff;
}
.newsshow .showbox:hover .date{
	color:#fff
}
.newsshow .showbox:hover:before{
	left:0%;
}
/* links */
.linksbox{
	padding: 10rem 0;
}
.linkshow{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.linkshow .tit{
	font-size: 14rem;
	color: #ff7019;
	margin-bottom: 5rem;
}
.linkshow .tit span{
	display: block;
	font-size: 18rem;
	font-weight: bold;
	letter-spacing: 0rem;
}
.linkshow .showbox{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 11rem;
	flex-shrink: 0;
	overflow: auto;
}
.linkshow .showbox a{
	font-size: 12rem;
	display: block;
	line-height: 20rem;
	text-align: center;
	width: auto;
	padding: 3rem 5rem;
	flex-shrink: 0;
}
.linkshow .showbox a:hover{
	color: #ff7019;
}
/* footer css */
footer{
	width: 100%;
	background: #333;
	color: #fff;
}
.footer{
	display: flex;
	flex-wrap: wrap;
	background: inherit;
	width: 100%;
	flex-direction: row-reverse;
}
.footer .left{
	width: 100%;
	padding: 15rem;
}
.footer .left .contain-title{
	text-align:left;
}
.footer .left .contain-title .en{
	background-image:linear-gradient(0deg,transparent 30%,#9f9f9f 80%);
}
.footer .left .conshow{
	line-height: 25rem;
	font-size: 14rem;
	margin-top: 15rem;
}
.footer .left .conshow p{
	margin-bottom:5rem
}
.footer .left .conshow img{
	border: 1rem #ffffffa1 solid;
	width: 20rem;
	height: 20rem;
	border-radius: 50%;
	background: #ff7019;
	margin-right: 11rem;
	padding: 1rem;
}
.footer .left .conshow span{
	font-weight: bold;
}
.footer .right{
	width: 100%;
	background: url(../images/footbg.jpg);
	padding: 20rem;
	position: relative;
	overflow: hidden;
	background-size: 100%;
}
.footer .right>div{
	position:relative;
}
.footer .right::before{
	background: linear-gradient(126deg, #333333 40%, transparent 90%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}
.footer .right .p1{
	font-size: 20rem;
	font-weight: bold;
	color: #ff7019;
}
.footer .right .p2{
	font-size: 14rem;
	margin-top: 10rem;
}
.footer .ewmbox{
	display: flex;
	margin-top: 20rem;
}
.footer .ewmbox .showbox{
	margin-right:30rem
}
.footer .ewmbox .showbox .pic-box{
	width: 80rem;
	margin-bottom: 0rem;
}
.footer .ewmbox .showbox p{
	font-size: 13rem;
	text-align: center;
	font-weight: bold;
}
.footnav{
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 6rem;
	width: 90%;
	color: #000;
	border-top-left-radius: 10rem;
	border-bottom-left-radius: 10rem;
}
.footnav li a{
	font-size: 11rem;
}
.footnav>li{
	display: flex;
	margin: 5rem 1%;
	align-items: center;
	width: 100%;
}
.footnav>li>a{
	font-weight: bold;
	width: 21%;
}
.footnav>li span{
	width: 5rem;
	height: 5rem;
	background-color: #ff7019;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10rem;
}
.footnav .subnav{
	display: flex;
	flex-wrap: wrap;
	width: 72%;
}
.footnav .subnav li{margin: 0 5rem;}
.footnav .subnav li a:hover{
	color: #ff7019;
}
.footbottom{
	width: 100%;
	text-align: center;
	padding: 10rem 0;
	font-size: 10rem;
}
.footbottom span{
	display: inline-block;
	margin: 0 0rem;
}
.footbottom span a{
	color:#fff;
	font-size: 10rem;
}
.footlogo{
	position: absolute!important;
	bottom: 30rem;
	right: 20rem;
	width: 400rem;
	filter: drop-shadow(2rem 4rem 5rem #000);
	display: none;
}
.footlogo .pic-box{
	width: 100%;
	height: auto;
}
/*mobile css*/
.m-head{
	    display: flex;
	    position:fixed;
	    height: 40rem;
	    background: #ffffff;
	    width: 100%;
	    padding: 2rem 20rem;
	    justify-content: space-between;
	    align-items: center;
	    z-index:999;
	    top: 0;
	    box-shadow: 0 0rem 15rem #a2a2a2d9;
	}
	
	.m-head .m-logo{
		width: auto;
		height: 100%;
		border-radius: 5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		/* background: #32455ec9; */
	}
	.m-head .m-logo .text-box{
		margin-left:5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.m-head .m-logo .text-box p:nth-child(1){
		color: #ffffff;
		font-size:24rem;
		text-align: center;
		letter-spacing:5rem;
		text-shadow: 2rem 2rem 3rem #000000;
	}
	.m-head .m-logo .text-box p:nth-child(2){
		font-weight:bold;
		font-size:10rem;
	}
	.m-head .m-logo img{
		height: 100%;
		width: auto;
	}
	
	
	.m-head .list-button{
		height: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.m-head .list-button .mlangchange{
		width:30rem;
		height:100%;
		position:relative;
		margin-right: 20rem;
		line-height: 40rem;
	}
	.m-head .list-button .mlangchange .pic-box{
		height:100%;
	}
	.m-head .list-button .mlangchange .showbox{
		display:none;
		transition: unset;
		width: 300%;
		height: auto;
		position: absolute;
		background: #e97236;
		font-size: 20rem;
		color: #fff;
		text-align: center;
		right: -100%;
		line-height: 40rem;
	}
	.m-head .list-button .mlangchange .showbox a{
		display:inline-block;
		width:100%;
		border-top: 1rem #ffffff52 solid;
	}
	.m-head .list-button .linebox{
		display:flex;
		width:30rem;
		height:100%;
		flex-direction: column;
		justify-content: center;
	}
	.m-head .list-button .line{
		width:100%;
		height:2rem;
		background: #e97236;
		margin: 3rem 0;
	}
	.m-top-menu{
		position:fixed!important;
		background: #3e8fc038;
		height:100%;
		width:100%;
		padding-top: 40rem;
		left:0;
		top:0;
		z-index:999;
		display: none;
	}
	.m-top-menu .left{
		position:absolute;
		top:0;
		height: 100%;
		width: 100%;
		left:0;
	}
	
	.m-top-menu>ul{
		width:40%;
		height:100%;
		background: #e97236;
		color: #fff;
		text-align: center;
		font-size: 15rem;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		position: absolute;
		right: -40%;
	}
	.m-top-menu>ul a{
		color: #fff;
	}
	
	.m-top-menu>ul>li{
		width:100%;
		height: auto;
		margin: 10rem;
	}
	
	
	.m-top-menu>ul>li>ul{
		display:none;
	}
	
	.m-top-menu>ul>li:hover ul{
		display: block;
	}
	
	.m-top-menu>ul>li>ul{
		margin-top:15rem;
		margin-bottom: 30rem;
	}
	.m-top-menu>ul>li>ul>a{
		display:block;
		margin: 15rem 0;
		color: #858585;
	}
	/* 底部样式 */
/* m-footer css */
.m-footbut{
	width:100%;
	height: 35rem;
}

.m-footbut .navwrapper{
	width:100%;
	height: 35rem;
	position:fixed;
	bottom:0;
	background:#e97236;
	display:flex;
	justify-content:space-between;
	z-index: 9999;
	padding: 2rem 10rem;
	border-top: 1rem #ffffff2e solid;
}

.m-footbut .navwrapper .navbox{
	width:32%;
	display:flex;
	flex-direction: row;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-right: 1rem #ffffff57 solid;
	font-size: 12rem;
}
.m-footbut .navwrapper .navbox:nth-child(4){
	border:none;
}
.m-footbut .navwrapper .navbox .pic-box{
	width: 18rem;
	margin-right: 5rem;
}